/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : ; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

.surligner {
color : #FF0000; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}

body {
   background-image: url("");
   /*background-repeat: no-repeat;*/
   background-color: #272727;
}

.poeme {
		
		margin-left : 30%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 25px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 70%; 				/* largeur du bloc 70% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : ; 		/*couleur de fond arbitraire afin de voir le bloc */
		font-family: Arial;
		color: white;
}

.liens{
	float: left;
	width:30%; /*largeur du block de la page*/
	background-color: #610A12;
	text-align: center;
	border-radius: 10%; /* rayon du cerle autour de l'image*/
}

h1{
	font-size: 50px;
	background-color:#900000 ;
	font-family: Arial;
	color: white;
	text-align: center;
	border-radius: 20%; /* rayon du cerle autour de l'image*/
}

.image{
	display: block;
	border-radius: auto;
	border-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	width:80%;
	height:60%
}

.image_centree {
	display: block; /*block d'image*/
	border-radius: 10%; /* rayon du cerle autour de l'image*/
	margin-left: 55%;
	margin-right: 45%;
}
